(Fpop_to_buffer): Fix docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 25 Apr 2004 23:53:28 +0000 (23:53 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 25 Apr 2004 23:53:28 +0000 (23:53 +0000)
src/buffer.c

index 6e67f07cf3897552466fa5fd8a26bedf4de45e32..db16b22e35a86fdba3d80118f372dd9a87f8de3b 100644 (file)
@@ -1683,7 +1683,7 @@ DEFUN ("pop-to-buffer", Fpop_to_buffer, Spop_to_buffer, 1, 3, 0,
        doc: /* Select buffer BUFFER in some window, preferably a different one.
 If BUFFER is nil, then some other buffer is chosen.
 If `pop-up-windows' is non-nil, windows can be split to do this.
-If optional second arg OTHER-WINDOW is nil, insist on finding another
+If optional second arg OTHER-WINDOW is non-nil, insist on finding another
 window even if BUFFER is already visible in the selected window,
 and ignore `same-window-regexps' and `same-window-buffer-names'.
 This uses the function `display-buffer' as a subroutine; see the documentation